Skip to content

Commit

Permalink
fix artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 26, 2024
1 parent 250e6e8 commit 55866fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest , windows-latest, macos-latest ]
python: [ "cp39", "cp310", "cp311", "cp312" ]
# python: [ "cp39", "cp310", "cp311", "cp312" ]
python: [ "cp311"]
arch: [ auto64 ]

steps:
Expand Down Expand Up @@ -114,7 +115,7 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
packages-dir: artifiacts/
packages-dir: artifacts/
- name: Publish to PyPI - Test
if: ${{ github.event.inputs.target == 'TESTPYPI' }}
uses: pypa/gh-action-pypi-publish@release/v1
Expand All @@ -124,3 +125,4 @@ jobs:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
verbose: true
packages-dir: artifacts/

0 comments on commit 55866fb

Please sign in to comment.