Skip to content

Commit

Permalink
Update spectrumdevice-publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbaker authored Oct 13, 2023
1 parent 67551c3 commit 253e35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spectrumdevice-publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish distribution to Test PyPI when a new tag is pushed
name: Publish distribution to Test PyPI when a release is made

on:
release:
Expand Down Expand Up @@ -31,6 +31,6 @@ jobs:
--wheel
--outdir dist/
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 253e35b

Please sign in to comment.