We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d208f9 commit 28f56cbCopy full SHA for 28f56cb
.github/workflows/python-publish.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Upload wheels
69
uses: actions/upload-artifact@v4
70
with:
71
- name: wheels
+ name: wheels-${{ matrix.os }}-${{ matrix.target }}
72
path: sqlglotrs/dist
73
74
sdist-rs:
@@ -86,17 +86,17 @@ jobs:
86
- name: Upload sdist
87
88
89
+ name: sdist
90
91
92
deploy-rs:
93
needs: [should-deploy-rs, build-rs, sdist-rs]
94
if: needs.should-deploy-rs.outputs.deploy == 'true'
95
runs-on: ubuntu-latest
96
steps:
97
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
98
99
+ path: sqlglotrs/dist
100
- name: Publish to PyPI
101
uses: PyO3/maturin-action@v1
102
env:
0 commit comments