Skip to content

Commit

Permalink
debug: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsSov8forUs committed May 16, 2024
1 parent 66e0071 commit 7a97f49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
if: steps.version.outputs.VERSION != steps.version.outputs.TAG_VERSION
run: exit 1

- name: Debug output
run: echo "Username ${{ secrets.PYPI_USERNAME }}, Password ${{ secrets.PYPI_PASSWORD }}"

- name: Publish Package
run: |
pdm publish
gh release upload --clobber ${{ steps.version.outputs.TAG_NAME }} dist/*.tar.gz dist/*.whl
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a97f49

Please sign in to comment.