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 2e7dd45 commit a4ed9fbCopy full SHA for a4ed9fb
1 file changed
.github/workflows/release.yaml
@@ -23,4 +23,4 @@ jobs:
23
- name: Publish package
24
uses: pypa/gh-action-pypi-publish@release/v1
25
with:
26
- packages-dir: sphinx-codelinks/dist/
+ packages-dir: ${{ github.workspace }}/dist/
0 commit comments