Skip to content

Commit

Permalink
ci(actions): fix pdm environ vars
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed Apr 22, 2024
1 parent e513b3c commit b081393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
- name: Publish Package
run: pdm publish
env:
PDM_PYPI_USERNAME: __token__
PDM_PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PDM_PUBLISH_USERNAME: __token__
PDM_PUBLISH_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

finish:
needs: [build]
Expand Down

0 comments on commit b081393

Please sign in to comment.