Skip to content

Commit

Permalink
Debug of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d.rudenko committed Oct 14, 2024
1 parent 55a46c3 commit 7a92671
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,15 @@ jobs:
- name: Install maturin
run: pip install maturin

- name: Show contents of dist directory
run: ls -la dist # Show the structure of the dist directory before uploading

- name: Upload wheels to PyPI
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.pypi_token }}
packages_dir: dist # Specify the directory where the wheels are located
packages_dir: dist
verify_metadata: true
skip_existing: false
verbose: false
Expand Down

0 comments on commit 7a92671

Please sign in to comment.