Skip to content

Commit

Permalink
fixes for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
kzheng-bdai committed Mar 13, 2024
1 parent 370ae23 commit 3451d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
url: https://pypi.org/p/pomdp-py/
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
contents: write

steps:
- name: Set Variables
Expand All @@ -104,7 +105,7 @@ jobs:
# This will upload stuff under dist/ to PyPI
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository_url: https://pypi.org/
skip-existing: true

- name: Release artifact
Expand Down

0 comments on commit 3451d47

Please sign in to comment.