Skip to content

Commit

Permalink
ci: specify publish directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed Feb 28, 2024
1 parent aaf509b commit 4bbc92d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: python-package
path: kaslcred-dist/

- name: List files in the current directory
run: |
Expand All @@ -80,4 +81,4 @@ jobs:
python -m pip install twine
- name: Publish
run: twine upload python-package/*
run: twine upload kaslcred-dist/*

0 comments on commit 4bbc92d

Please sign in to comment.