Commit ed32480 1 parent 3e13d93 commit ed32480 Copy full SHA for ed32480
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 30
30
fetch-depth : 0
31
31
32
32
- name : Set up Python ${{ matrix.python.version }}
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python.version }}
36
36
86
86
- name : Upload artifacts
87
87
uses : actions/upload-artifact@v4
88
88
with :
89
- name : distributions
89
+ name : distributions-${{ matrix.python.version }}-${{ matrix.discord-py.NAME }}
90
90
path : dist/*
91
91
92
92
upload_pypi :
@@ -102,7 +102,7 @@ jobs:
102
102
submodules : true
103
103
104
104
- name : Set up Python 3.13
105
- uses : actions/setup-python@v4
105
+ uses : actions/setup-python@v5
106
106
with :
107
107
python-version : ' 3.13' # Watch as I let this get handled as a float again
108
108
@@ -117,7 +117,8 @@ jobs:
117
117
- name : Download artifacts
118
118
uses : actions/download-artifact@v4
119
119
with :
120
- name : distributions
120
+ pattern : distributions-*
121
+ merge-multiple : true
121
122
path : dist
122
123
123
124
- name : Publish wheels as release artifacts on GitHub
@@ -137,7 +138,7 @@ jobs:
137
138
rm ./dist/*.md
138
139
139
140
- name : Publish packages to PyPI
140
- uses : pypa/gh-action-pypi-publish@v1.8.10
141
+ uses : pypa/gh-action-pypi-publish@v1.10.3
141
142
with :
142
143
user : __token__
143
144
password : ${{ secrets.pypi_api_token }}
You can’t perform that action at this time.
0 commit comments