Skip to content

Commit

Permalink
Update myaction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmart234 authored Oct 30, 2023
1 parent fa9aa27 commit 8672ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/myaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Install pypa/build
run: |
python -m pip install build --user
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

Expand Down

0 comments on commit 8672ab6

Please sign in to comment.