Skip to content

Commit 2363669

Browse files
YasenTYasen Trahnov
andauthored
fix pypi build (#5)
Co-authored-by: Yasen Trahnov <[email protected]>
1 parent 1e504b3 commit 2363669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
TWINE_USERNAME: "__token__"
3333
TWINE_PASSWORD: "${{ secrets.PYPI_API_TOKEN }}"
3434
run: |
35-
cd pulp-glue-ostree
35+
cd pulp-glue-console
3636
twine upload dist/*
3737
cd ..
3838
twine upload dist/*

0 commit comments

Comments
 (0)