Skip to content

Commit

Permalink
try publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddalpiaz committed Aug 21, 2024
1 parent 955cc73 commit 47341b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run: uv sync --all-extras --dev
- name: Build package
run: uv run build.py
# - name: Publish package to PyPI
# env:
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
# run: uvx twine upload dist/*
- name: Publish package to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: uvx twine upload dist/*

0 comments on commit 47341b9

Please sign in to comment.