Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot committed Jan 14, 2024
1 parent 753c6fe commit 31f4738
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-296-g466c79b
2021.08.26-301-g83f0607
1 change: 1 addition & 0 deletions .github/workflows/scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ fi

if [[ "$TEST" = "lowerbounds" ]]; then
python3 .ci/scripts/calc_deps_lowerbounds.py > lowerbounds_constraints.txt
sed -i 's/\[.*\]//g' lowerbounds_constraints.txt
fi

if [ -f $POST_BEFORE_INSTALL ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/publish_client_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ then
exit
fi

twine upload -u pulp -p "$PYPI_PASSWORD" \
twine upload -u __token__ -p "$PYPI_API_TOKEN" \
"dist/pulp_container_client-$VERSION-py3-none-any.whl" \
"dist/pulp_container-client-$VERSION.tar.gz" \
;
2 changes: 1 addition & 1 deletion .github/workflows/scripts/publish_plugin_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ then
exit
fi

twine upload -u pulp -p "$PYPI_PASSWORD" \
twine upload -u __token__ -p "$PYPI_API_TOKEN" \
"dist/pulp_container-$VERSION-py3-none-any.whl" \
"dist/pulp-container-$VERSION.tar.gz" \
;
2 changes: 1 addition & 1 deletion docs/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-296-g466c79b
2021.08.26-301-g83f0607
3 changes: 1 addition & 2 deletions template_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This config represents the latest values used when running the plugin-template. Any settings that
# were not present before running plugin-template have been added with their default values.

# generated with [email protected]276-g45ce134
# generated with [email protected]301-g83f0607

additional_repos: []
api_root: /pulp/
Expand Down Expand Up @@ -71,7 +71,6 @@ pulp_settings_s3:
flatpak_index: false
pulpprojectdotorg_key_id: aa499d7938ed
pydocstyle: true
pypi_username: pulp
python_version: '3.8'
release_email: [email protected]
release_user: pulpbot
Expand Down

0 comments on commit 31f4738

Please sign in to comment.