Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
jsoucheiron committed Feb 16, 2024
1 parent 1d1ddd9 commit ba8548f
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: PyPI release

#on:
# release:
# types: [published]

on: push
on:
release:
types: [published]

jobs:
pypi-publish:
@@ -35,8 +33,8 @@ jobs:
python -m build
twine check --strict dist/*
# - name: Publish distribution 📦 to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# user: __token__
# password: ${{ secrets.PYPI_TOKEN }}
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit ba8548f

Please sign in to comment.