Skip to content

Commit

Permalink
Update PyPI publishing action
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Feb 7, 2024
1 parent 9a5a1fe commit 7c679e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
id-token: write
steps:

- name: Publish package distributions to PyPI
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.NASA_SUBJECTS_PYPI_API_TOKEN }}

0 comments on commit 7c679e2

Please sign in to comment.