Skip to content

Commit

Permalink
chore: Temporarily disable PyPI release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arkohut committed Feb 5, 2025
1 parent 4650070 commit 4567664
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ jobs:
with:
packages-dir: dist

pypi-pensiev:
needs: release
name: Upload pensiev to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/pensiev
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
name: pensiev-dist
path: dist
- name: Publish pensiev package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist
# pypi-pensiev:
# needs: release
# name: Upload pensiev to PyPI
# runs-on: ubuntu-latest
# environment:
# name: pypi
# url: https://pypi.org/p/pensiev
# permissions:
# id-token: write
# steps:
# - uses: actions/download-artifact@v4
# with:
# name: pensiev-dist
# path: dist
# - name: Publish pensiev package to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# packages-dir: dist

0 comments on commit 4567664

Please sign in to comment.