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.
2 parents 59541f9 + 5a8986b commit 1f7856dCopy full SHA for 1f7856d
1 file changed
.github/workflows/pypi-release.yml
@@ -149,10 +149,13 @@ jobs:
149
- name: Download builds
150
uses: actions/download-artifact@v4
151
with:
152
- path: cyseq-build
+ name: cyseq-build
153
+ path: dist/
154
+
155
+ - name: Mock PyPI upload
156
+ run: |
157
+ ls -al dist
158
159
- name: Publish to PyPI
160
if: startsWith(github.ref, 'refs/tags')
161
uses: pypa/gh-action-pypi-publish@release/v1
- with:
- packages-dir: cyseq-build/
0 commit comments