Skip to content

Commit

Permalink
use right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Nov 15, 2024
1 parent 7018981 commit a250f08
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 @@ -27,9 +27,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Change directory
run: cd pykos

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -41,7 +38,9 @@ jobs:
pip install build wheel
- name: Build package
working-directory: ./pykos
run: python -m build --sdist --wheel --outdir dist/ .

- name: Publish package
working-directory: ./pykos
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a250f08

Please sign in to comment.