Skip to content

Commit

Permalink
ci: once more with feeling
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Dec 11, 2023
1 parent 214b520 commit be2c15e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
allowUpdates: true
generateReleaseNotes: true
- name: "🛠 Install and publish with poetry"
uses: JRubics/poetry-publish@v1
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
run: |
make setup
poetry config pypi-token.pypi "${{ secrets.PYPI_API_TOKEN }}"
poetry publish --build
- name: "🤖 Announce on lemmy.dbzer0.com"
run: |
python -m pip install pythorhead
Expand Down

0 comments on commit be2c15e

Please sign in to comment.