Skip to content

Commit

Permalink
fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRWest committed Jul 4, 2024
1 parent e7b0394 commit d40a5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To trigger a release, increment the pyproject version create and push a matching git tag. e.g. to release version 0.0.2a ('a' denotes a pre-release):
# git tag -a 0.3.3 -m "0.3.3"; git push --tags
# git tag -a 0.3.4 -m "0.3.4"; git push --tags

name: Python CI

Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
run:
poetry config repositories.csiroenergy ${{env.PUBLISH_URL}}
poetry config http-basic.csiroenergy ${{env.PUBLISH_USER}} ${{env.PUBLISH_PASSWORD}}
poetry publish --build -r csiroenergy
poetry publish -r csiroenergy

0 comments on commit d40a5a7

Please sign in to comment.