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: pedrofran12/pim_dm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4070f0742eac5a8cb269939de01707b3011e3365
Choose a base ref
..
head repository: pedrofran12/pim_dm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5a45b31da425c4e1d0f4047bab9c6bdfaa6fb11b
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 .github/workflows/pythonpublish.yml
1 change: 0 additions & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py build_ext --inplace
python setup.py sdist bdist_wheel
twine upload dist/*