Skip to content

Commit

Permalink
Merge pull request #7 from Ananya2001-an/Ananya2001-an-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
Ananya2001-an authored Jan 3, 2024
2 parents eeff4bc + d08faad commit 8c4a6cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ jobs:
run: |
python3 -m pip install build --user
- name: Build a binary wheel and a source tarball
run: python3 -m build
run: python3 -m build src
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/

publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
name: Publish Python 🐍 distribution 📦 to PyPI
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8c4a6cc

Please sign in to comment.