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: another-rex/osv.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f1af59c19c7db10cfd42c9e8023f1a8876096da0
Choose a base ref
..
head repository: another-rex/osv.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3284f3b24849aebd7a27284702f012ad15e1e66
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/publish-to-pypi.yaml
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
build
--sdist --wheel --outdir dist/ .
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist/