Browse Source
Merge pull request #29 from smartfile/fix-workflow
Remove unused environment variable
test_fixup
Clifton Barnes
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
.github/workflows/deploy.yml
|
|
@@ -19,8 +19,6 @@ jobs: |
|
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
- name: Build the library |
|
|
|
env: |
|
|
|
PYVER: ${{ matrix.version }} |
|
|
|
run: python3 setup.py sdist |
|
|
|
|
|
|
|
- uses: pypa/gh-action-pypi-publish@release/v1 |
|
|
|