We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654a089 commit 59f35c2Copy full SHA for 59f35c2
.github/workflows/upload-test.yml
@@ -82,8 +82,25 @@ jobs:
82
id-token: write
83
steps:
84
# retrieve your distributions here
85
- - name: Download wheels artifact
+ - name: Checkout repository
86
+ uses: actions/checkout@v4
87
+
88
+ - name: Download x86_64 wheels artifact
89
uses: actions/download-artifact@v4
90
+ with:
91
+ name: wheels-x86_64
92
93
+ - name: Download aarch64 wheels artifact
94
+ uses: actions/download-artifact@v4
95
96
+ name: wheels-aarch64
97
98
+ - name: Download sdist artifact
99
100
101
+ name: sdist
102
103
- name: Publish package distributions to PyPI
104
uses: pypa/gh-action-pypi-publish@release/v1
105
106
+ repository-url: https://test.pypi.org/legacy/
0 commit comments