Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Jan 26, 2024
1 parent 3b00f6f commit 555bb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
export PATH="/usr/share/miniconda/bin:$PATH"
source activate scif
Expand Down

0 comments on commit 555bb05

Please sign in to comment.