Skip to content

Commit

Permalink
ci: try fixing upload directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed Feb 28, 2024
1 parent 92e7a86 commit aaf509b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
with:
name: python-package

- name: List files in the current directory
run: |
ls -lah
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -76,4 +80,4 @@ jobs:
python -m pip install twine
- name: Publish
run: twine upload dist/*
run: twine upload python-package/*

0 comments on commit aaf509b

Please sign in to comment.