diff --git a/.github/workflows/build-test-publish.yaml b/.github/workflows/build-test-publish.yaml index bd20606..eecd5c8 100644 --- a/.github/workflows/build-test-publish.yaml +++ b/.github/workflows/build-test-publish.yaml @@ -106,6 +106,9 @@ jobs: with: name: wheel-and-sdist path: ./dist/ + - name: Install twine + run: | + pip install twine - name: Deploy # if: ${{ github.event.inputs.deploy == 'true' }} run: | diff --git a/version.txt b/version.txt index 45c7a58..a3dce6c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.1 +v0.0.2