Skip to content

Commit

Permalink
try upload to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Oct 14, 2024
1 parent 1a2c010 commit 3bcd979
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,17 @@ jobs:
- name: "Download lupa wheels"
uses: actions/download-artifact@v4
with:
merge-multiple: true
pattern: |
wheels-*
name: wheels

- name: "Download lupa sdist"
uses: actions/download-artifact@v4
with:
name: sdist

- name: "Publish lupa to test PyPI"
run: |
pip install -U twine
ls -la
mkdir dist
mv *.whl *.tar.gz dist/
ls -la dist/
Expand Down

0 comments on commit 3bcd979

Please sign in to comment.