Skip to content

Commit

Permalink
Merge pull request natcap#1680 from phargogh/task/1679-twine-upload-s…
Browse files Browse the repository at this point in the history
…antitized-dist-names

Also handling sanitized package names. RE:natcap#1679
  • Loading branch information
emlys authored Nov 6, 2024
2 parents d7b23d6 + 4b8a70d commit b304916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-part-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
twine upload \
--username="__token__" \
--password=${{ secrets.PYPI_NATCAP_INVEST_TOKEN }} \
artifacts/natcap.invest*
artifacts/natcap.invest* artifacts/natcap_invest*
- name: Roll back on failure
if: failure()
Expand Down

0 comments on commit b304916

Please sign in to comment.