|
11 | 11 | runs-on: ubuntu-latest |
12 | 12 |
|
13 | 13 | steps: |
14 | | - - uses: actions/checkout@v4 |
| 14 | + - uses: actions/checkout@v5 |
15 | 15 | - name: Set up Python |
16 | | - uses: actions/setup-python@v5 |
| 16 | + uses: actions/setup-python@v6 |
17 | 17 | with: |
18 | 18 | python-version: "3.x" |
19 | 19 | - name: Install hatch |
@@ -45,12 +45,12 @@ jobs: |
45 | 45 |
|
46 | 46 | steps: |
47 | 47 | - name: Download all the dists |
48 | | - uses: actions/download-artifact@v4 |
| 48 | + uses: actions/download-artifact@v5 |
49 | 49 | with: |
50 | 50 | name: python-package-distributions |
51 | 51 | path: dist/ |
52 | 52 | - name: Publish distribution 📦 to PyPI |
53 | | - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 |
| 53 | + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 |
54 | 54 |
|
55 | 55 | github-release: |
56 | 56 | name: >- |
|
66 | 66 |
|
67 | 67 | steps: |
68 | 68 | - name: Download all the dists |
69 | | - uses: actions/download-artifact@v4 |
| 69 | + uses: actions/download-artifact@v5 |
70 | 70 | with: |
71 | 71 | name: python-package-distributions |
72 | 72 | path: dist/ |
@@ -110,11 +110,11 @@ jobs: |
110 | 110 |
|
111 | 111 | steps: |
112 | 112 | - name: Download all the dists |
113 | | - uses: actions/download-artifact@v4 |
| 113 | + uses: actions/download-artifact@v5 |
114 | 114 | with: |
115 | 115 | name: python-package-distributions |
116 | 116 | path: dist/ |
117 | 117 | - name: Publish distribution 📦 to TestPyPI |
118 | | - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 |
| 118 | + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 |
119 | 119 | with: |
120 | 120 | repository-url: https://test.pypi.org/legacy/ |
0 commit comments