Merge branch 'master' of github.com:mongodb/mongo-python-driver

This commit is contained in:
Steven Silvester 2024-05-01 16:18:05 -05:00
commit 089d4a5b3a
No known key found for this signature in database
GPG Key ID: B1BF5EC3A8B32F91

View File

@ -136,7 +136,7 @@ jobs:
find . -type d -empty -delete
- uses: actions/upload-artifact@v4
with:
name: all-dist-${{ github.job }}
name: all-dist-${{ github.run_id }}
path: "./*"
publish:
@ -151,7 +151,7 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: all-dist-${{ github.job }}
name: all-dist-${{ github.run_id }}
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1