Skip to content

Commit

Permalink
pip try twine
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Mar 24, 2024
1 parent 1557c09 commit cb61380
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,21 +106,18 @@ jobs:
# done
# env:
# GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
- uses: pypa/gh-action-pypi-publish@release/v1
- uses: actions/setup-python@v5
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true
packages-dir: distx/pip
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true
packages-dir: distx/datasette
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true
packages-dir: distx/sqlite_utils
python-version: "3.12"
cache: "pip"
- run: pip install twine
- run: |
twine upload distx/pip
twine upload distx/datasette
twine upload distx/sqlite_utils
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
#upload-hex:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit cb61380

Please sign in to comment.