Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
idoavrah committed Jul 21, 2023
1 parent 6a8ad55 commit f701eb3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
- name: Build package
run: python -m build

- name: ls
run: |
pwd
ls -lR
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: dist
path: dist/*

publish-test:
runs-on: ubuntu-latest
Expand All @@ -41,10 +42,10 @@ jobs:

steps:

- name: ls
run: |
pwd
ls -lR
- name: Download Artifact
uses: actions/download-artifact@v2
with:
name: dist

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit f701eb3

Please sign in to comment.