Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
chore: remove unsupported username and password environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Jan 23, 2024
1 parent a0403be commit 194fc2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ jobs:
- name: Build Package 🍟
run: scripts/build_distribution.sh
- name: Upload package artifact
env:
PDM_PUBLISH_USERNAME: ${{ secrets.PDM_PUBLISH_USERNAME }}
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }}
# TODO: Delete option `--repository testpypi` once we finish the testing process
run: pdm publish --no-build --repository testpypi

0 comments on commit 194fc2d

Please sign in to comment.