Skip to content

Commit

Permalink
Fix faulty publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phackstock committed Aug 10, 2023
1 parent 298b88b commit 253994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: poetry self add "poetry-dynamic-versioning[plugin]"
- name: Register test pypi
run: poetry config repositories.test-pypi https://test.pypi.org/legacy/
- if: github.event_name = 'release'
- if: github.event_name == 'release'
name: Build & publish ixmp4 to pypi
run: poetry publish --build
- if: github.event_name != 'release'
Expand Down

0 comments on commit 253994b

Please sign in to comment.