|
@@ -19,8 +19,6 @@ jobs: |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
- name: Build the library |
|
|
- name: Build the library |
|
|
env: |
|
|
|
|
|
PYVER: ${{ matrix.version }} |
|
|
|
|
|
run: python3 setup.py sdist |
|
|
run: python3 setup.py sdist |
|
|
|
|
|
|
|
|
- uses: pypa/gh-action-pypi-publish@release/v1 |
|
|
- uses: pypa/gh-action-pypi-publish@release/v1 |
|
|