Skip to content

Commit

Permalink
Also handling sanitized package names. RE:natcap#1679
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Nov 5, 2024
1 parent d7b23d6 commit 4b8a70d
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 4b8a70d

Please sign in to comment.