Skip to content

Commit

Permalink
use token for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
berislavlopac committed Apr 15, 2024
1 parent f2457cb commit 1759b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ blocks:
- name: Build and upload Python package
commands:
- pdm build
- pdm publish -u b11c -P $PYPI_PASSWORD
- pdm publish -u __token__ -P $PYPI_PASSWORD
after_pipeline:
task:
jobs:
Expand Down

0 comments on commit 1759b5d

Please sign in to comment.