Skip to content

Commit d4c5413

Browse files
committed
Fix package directory
1 parent c7ea22f commit d4c5413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
if: github.event.inputs.target == 'testpypi'
318318
uses: pypa/gh-action-pypi-publish@release/v1
319319
with:
320-
packages-dir: files/
320+
packages-dir: artifacts/
321321
repository-url: https://test.pypi.org/legacy/
322322

323323
open_failure_issue:

0 commit comments

Comments
 (0)