Skip to content

Commit

Permalink
Update release_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zsimjee committed Nov 22, 2023
1 parent 15feea9 commit d8dfb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Manual Release
name: Release PyPi Version

on:
workflow_dispatch: # This event allows manual triggering
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Upload to PyPI
env:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: poetry publish --build -u __token__ -p $PYPI_PASSWORD
run: poetry publish --build -u shreyar -p $PYPI_PASSWORD

0 comments on commit d8dfb2a

Please sign in to comment.