Skip to content

Commit

Permalink
Update release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson committed Jan 25, 2025
1 parent 9a270f4 commit 9843b55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,13 @@ jobs:
# args: --repository-url='https://test.pypi.org/project/av2-api/' --non-interactive --skip-existing wheels-*/*
- name: Display structure of downloaded files
run: ls -R
- name: Copy wheels artifacts
run: |
find dist -type f -name "wheels-*" -exec cp {} wheels/ \;
- name: Display structure of downloaded files
run: ls -R
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: wheels-*/**
packages-dir: wheels/

0 comments on commit 9843b55

Please sign in to comment.