Skip to content

Commit

Permalink
- fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-earthperson committed Feb 21, 2024
1 parent 24c64b9 commit 47c98eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .space.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ job("Package") {
shellScript("build & push"){
interpreter = "/bin/bash"
content = """
docker run --rm "$remote:{{ branchSlug }}" /bin/bash "python setup.py sdist bdist_wheel && twine upload dist/* -u ${'$'}USER -p ${'$'}PASSWORD"
docker run --rm "$remote:{{ branchSlug }}" /bin/bash -c "python setup.py sdist bdist_wheel && twine upload dist/* -u ${'$'}USER -p ${'$'}PASSWORD"
"""
}
}
Expand Down

0 comments on commit 47c98eb

Please sign in to comment.