Skip to content

Commit

Permalink
build: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Nov 24, 2024
1 parent 03fcaca commit 5c5f5e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- uses: actions/checkout@v4
- uses: abatilo/actions-poetry@v3
- run: poetry build
- run: ls dist/
- uses: actions/upload-artifact@v4
with:
path: dist/
path: dist

pypi-publish:
name: Upload release to PyPI
Expand All @@ -26,5 +27,7 @@ jobs:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/download-artifact@v4
- run: ls
- run: ls dist/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 5c5f5e0

Please sign in to comment.