Skip to content

Commit

Permalink
Merge pull request #34 from anaconda/fix/release-publish-to-pypi
Browse files Browse the repository at this point in the history
fix: Artifact path for wheel upload to PyPI
  • Loading branch information
mattkram authored Feb 28, 2025
2 parents 1b119f0 + db87039 commit 03d3eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Upload to PyPI with twine
run: |
source $CONDA/bin/activate && conda activate build
twine upload ~/dist/*
twine upload ./dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 03d3eb6

Please sign in to comment.