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 a49e243 commit 53ee1f6Copy full SHA for 53ee1f6
.github/workflows/py-release.yml
@@ -37,18 +37,15 @@ jobs:
37
run: make py-check-tests
38
39
- name: 📝 Check types
40
- working-directory: ./pkg-py
41
run: make py-check-types
42
43
- name: 📐 Check formatting
44
45
run: make py-check-format
46
- name: 🧳 Build package
47
48
run: make py-build
49
50
# TODO: https://pypi.org/manage/project/querychat/settings/publishing/
51
- name: 🚢 Publish release on PyPI
52
uses: pypa/gh-action-pypi-publish@release/v1
53
with:
54
- packages-dir: ./pkg-py/dist
+ packages-dir: ./dist
0 commit comments