Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt committed Mar 1, 2024
1 parent 267277c commit ae47dcd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
cd src
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v4
name: dist
path: dist
with:
name: dist
path: dist
release:
name: Create Release
runs-on: ubuntu-latest
Expand All @@ -52,8 +53,9 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v4
name: dist
path: dist
with:
name: dist
path: dist
- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit ae47dcd

Please sign in to comment.