Skip to content

Commit

Permalink
attempt 1: Fixes pipeline for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Mesel authored and Vinicius Mesel committed Oct 30, 2024
1 parent 6d2a300 commit c582191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v4.1.7

- name: Creates artifact directory
run: mkdir artifact
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit c582191

Please sign in to comment.