Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Nov 24, 2024
1 parent b55b2dd commit da9604d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
run: python -m build --sdist --wheel --outdir dist/ .

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

0 comments on commit da9604d

Please sign in to comment.