Skip to content

Commit

Permalink
fix location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Oct 12, 2023
1 parent b7c0154 commit ad77899
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
pip install build
- name: Build package
run: |
cd src
python -m build
python -m build src --outdir dist
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: src/
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit ad77899

Please sign in to comment.