Skip to content

Commit

Permalink
Put into one artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed May 10, 2024
1 parent afbf06a commit d1262c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

Expand Down Expand Up @@ -132,6 +132,11 @@ jobs:

- run: ls -R
name: View downloaded artifacts

- uses: actions/upload-artifact@v4
with:
path: ./dist/*
name: collected_dist_files

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

0 comments on commit d1262c4

Please sign in to comment.