We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348d004 commit ef12528Copy full SHA for ef12528
1 file changed
.github/workflows/build_test_publish.yml
@@ -69,6 +69,16 @@ jobs:
69
steps:
70
- uses: actions/checkout@v4
71
72
+ - name: Set up Python 3.12
73
+ uses: actions/setup-python@v5
74
+ with:
75
+ python-version: 3.12.8
76
+
77
+ - name: build package
78
+ run: |
79
+ python3 -m pip install --upgrade build
80
+ python3 -m build
81
82
- name: Publish to PYPI
83
uses: pypa/gh-action-pypi-publish@release/v1
84
0 commit comments