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.
dist
1 parent 8b1a401 commit 8d91da7Copy full SHA for 8d91da7
.github/workflows/package.yml
@@ -21,6 +21,5 @@ jobs:
21
run: python -m build
22
- uses: actions/upload-artifact@v3
23
with:
24
- name: dist_dir
25
path: dist
26
retention-days: 1
.github/workflows/publish_on_merge.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/download-artifact@v3
16
17
+ path: dist
18
- name: Publish the Package on TestPyPI
19
uses: pypa/gh-action-pypi-publish@release/v1
20
.github/workflows/publish_on_release.yml
- name: Publish the Package
if: startsWith(github.ref, 'refs/tags')
0 commit comments