Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pageton authored Aug 26, 2024
1 parent ebb5be8 commit 7c57795
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.10"

- run: python -m pip install build

- run: python -m build

- uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.AKINATOR }}

- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
generate_release_notes: true

0 comments on commit 7c57795

Please sign in to comment.