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 1ff0234 + b7cb223 commit 63c586fCopy full SHA for 63c586f
.github/workflows/release.yaml
@@ -144,13 +144,13 @@ jobs:
144
uses: actions/upload-artifact@v4
145
with:
146
name: ${{ env.PYTHON_PACKAGE_NAME }}-${{ env.BUILD_VERSION }}.tar.gz
147
- path: ./dist/${{ env.PYTHON_PACKAGE_NAME }}-${{ env.BUILD_VERSION }}.tar.gz
+ path: dist/${{ env.PYTHON_PACKAGE_NAME }}-${{ env.BUILD_VERSION }}.tar.gz
148
retention-days: 30
149
if-no-files-found: error
150
- name: Publish release distributions to PyPI
151
uses: pypa/gh-action-pypi-publish@release/v1
152
153
- packages-dir: ./dist
+ packages-dir: dist
154
155
semantic-release:
156
name: Semantic release
0 commit comments