Skip to content

Commit

Permalink
chore: enable debug mode to test pip build install
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 9, 2025
1 parent 45e3926 commit e13858b
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ jobs:
name: dist
path: ./dist/*.tar.gz

publish:
name: Publish wheels to pypi
runs-on: ubuntu-24.04
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
needs: sdist
steps:
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
- name: copy to wheelhouse
run: |
# cp -r wheelhouse/*/*.whl dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
verbose: true
packages-dir: dist/
# publish:
# name: Publish wheels to pypi
# runs-on: ubuntu-24.04
# permissions:
# # IMPORTANT: this permission is mandatory for trusted publishing
# id-token: write
# needs: sdist
# steps:
# - uses: actions/download-artifact@v4
# with:
# name: dist
# path: dist
# - name: copy to wheelhouse
# run: |
# # cp -r wheelhouse/*/*.whl dist
# - uses: pypa/gh-action-pypi-publish@release/v1
# with:
# skip-existing: true
# verbose: true
# packages-dir: dist/

0 comments on commit e13858b

Please sign in to comment.