Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: guludo/venv-run
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9e1e184e476ad77a5cbb28104ffe1b7afca8088d
Choose a base ref
..
head repository: guludo/venv-run
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d4895bc5db53772ed0d5402999cdfdb96bf3f42c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/python-publish.yml
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@edfa8f355b2652764330cc56a770050d4c0f96a4
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}