diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index e187d1c0e..dd9bbe3f0 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -40,6 +40,7 @@ jobs: git config --global user.name "bsavitzky" git commit -a -m "Auto-update version number (GH Action)" git push origin + sync_with_dev: needs: update_version runs-on: ubuntu-latest @@ -83,3 +84,4 @@ jobs: password: ${{ secrets.PYPI_API_TOKEN }} +