Skip to content

Commit

Permalink
Save all pypi artifacts, for -DEV builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiggins@potomacitgroup.com committed Mar 27, 2024
1 parent aa6f9b4 commit c52c2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.PYPI_SDIST }}
path: ./dist/${{ env.PYPI_SDIST }}
path: ./dist/**

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c52c2cb

Please sign in to comment.