Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI files for branch 3.43 #4901

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-299-g3561326
2021.08.26-300-gb64deac
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 pulp -p "$PYPI_API_TOKEN" \
"dist/pulpcore_client-$VERSION-py3-none-any.whl" \
"dist/pulpcore-client-$VERSION.tar.gz" \
"dist/pulp_file_client-$VERSION-py3-none-any.whl" \
Expand Down
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/pulpcore-$VERSION-py3-none-any.whl" \
"dist/pulpcore-$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-299-g3561326
2021.08.26-300-gb64deac
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 plugin_template@2021.08.26-282-g53132bb
# generated with plugin_template@2021.08.26-300-gb64deac

additional_repos: []
api_root: /pulp/
Expand Down Expand Up @@ -77,7 +77,6 @@ pulp_settings_s3:
hide_guarded_distributions: true
pulpprojectdotorg_key_id: d1a778bda808
pydocstyle: true
pypi_username: pulp
python_version: '3.8'
release_email: pulp-infra@redhat.com
release_user: pulpbot
Expand Down
Loading