File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
76
76
name : all-dist-${{ github.run_id }}
77
77
path : dist/
78
78
- name : Publish package distributions to TestPyPI
79
- uses : pypa/gh-action-pypi-publish@release/v1
79
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
80
80
with :
81
81
repository-url : https://test.pypi.org/legacy/
82
82
skip-existing : true
83
83
attestations : ${{ env.DRY_RUN }}
84
84
- name : Publish distribution 📦 to PyPI
85
85
if : startsWith(env.DRY_RUN, 'false')
86
- uses : pypa/gh-action-pypi-publish@release/v1
86
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
87
87
88
88
post-publish :
89
89
needs : [publish]
Original file line number Diff line number Diff line change 17
17
python-version : ${{ matrix.python-version }}
18
18
allow-prereleases : true
19
19
- name : Start MongoDB
20
- uses :
supercharge/[email protected]
20
+ uses : supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
21
21
with :
22
22
mongodb-version : " 4.4"
23
23
mongodb-replica-set : test-rs
You can’t perform that action at this time.
0 commit comments