Skip to content

Commit

Permalink
repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Nov 8, 2024
1 parent 637f99a commit 0e0aac2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
python-version: "3.9"
cpython-tag: "cp39"
- os: ubuntu-latest
python-version: "3.10"
cpython-tag: "cp310"
# - os: ubuntu-latest
# python-version: "3.9"
# cpython-tag: "cp39"
# - os: ubuntu-latest
# python-version: "3.10"
# cpython-tag: "cp310"
- os: ubuntu-latest
python-version: "3.11"
cpython-tag: "cp311"
Expand Down Expand Up @@ -48,5 +48,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/simple/
repository_url: https://test.pypi.org/legacy/
packages_dir: wheelhouse

0 comments on commit 0e0aac2

Please sign in to comment.