Skip to content

Commit

Permalink
Rename publish parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Jan 17, 2024
1 parent fa1d165 commit bebb0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ publish_to_pypi:
needs:
- build_sdist
script:
- hatch publish -u $PYPI_USERNAME -a $PYPI_PASSWORD
- hatch publish -u __token__ -a $PYPI_TOKEN
rules:
- if: $CI_COMMIT_TAG

0 comments on commit bebb0f8

Please sign in to comment.