Skip to content

Commit

Permalink
Fix one more instance
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Jan 9, 2024
1 parent b64deac commit 83f0607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
exit
fi

twine upload -u pulp -p "$PYPI_API_TOKEN" \
twine upload -u __token__ -p "$PYPI_API_TOKEN" \
{%- for plugin in plugins %}
"dist/{{ plugin.name | snake }}_client-$VERSION-py3-none-any.whl" \
"dist/{{ plugin.name | snake }}-client-$VERSION.tar.gz" \
Expand Down

0 comments on commit 83f0607

Please sign in to comment.