Skip to content

Commit

Permalink
Fixed step
Browse files Browse the repository at this point in the history
  • Loading branch information
fybJenkins committed Apr 25, 2023
1 parent faea2b9 commit e23256a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: "Publish Package"
if: ${{ !inputs.dry_run }}
run: |
cd ${{ needs.check-release.outputs.package }}
cd ${{ inputs.package_to_publish }}
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_API_KEY }}

0 comments on commit e23256a

Please sign in to comment.