Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xhedit authored Mar 13, 2024
1 parent 35603dc commit 1f8d43d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
pure_python_wheel: true

- uses: actions/upload-artifact@v3
with:
name: 'sdist'
path: ./dist/*

publish-sdist-to-pypi:
name: Publish Python distribution to PyPI
if: inputs.pypi == '1'
Expand All @@ -43,3 +48,6 @@ jobs:
path: dist/
- name: Publish distribution to PyPI
uses: pypa/[email protected]



0 comments on commit 1f8d43d

Please sign in to comment.