diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1b2f6f5..80636ad 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -126,7 +126,7 @@ jobs: - name: Tag Version File run: | git fetch --tags -f - echo VERSION = "'$(git describe --tags)'" > __version__.py + echo VERSION = "'$(git describe --tags)'" > src/__version__.py - name: Build package run: python setup.py sdist @@ -135,4 +135,4 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_TOKEN }}