Skip to content

Commit

Permalink
Publish a4
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Jun 10, 2024
1 parent f0ded53 commit debb52a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,24 @@ jobs:
if-no-files-found: error


# publish_pypi:
# name: Publish PyPI release
# needs:
# - build_pypi
# runs-on: ubuntu-latest
# permissions:
# id-token: write
publish_pypi:
name: Publish PyPI release
needs:
- build_pypi
runs-on: ubuntu-latest
permissions:
id-token: write

# steps:
# - uses: actions/download-artifact@v4
# with:
# name: pypi_artifacts
# path: dist
steps:
- uses: actions/download-artifact@v4
with:
name: pypi_artifacts
path: dist

# - name: Push build artifacts to PyPI
# uses: pypa/[email protected]
# with:
# repository-url: https://test.pypi.org/legacy/
- name: Push build artifacts to PyPI
uses: pypa/[email protected]
with:
repository-url: https://test.pypi.org/legacy/

publish_github:
name: Publish GitHub release
Expand Down

0 comments on commit debb52a

Please sign in to comment.