From a186dde586fe48025f83b94617cd889bf3d2212c Mon Sep 17 00:00:00 2001 From: Zach Sanson <47839859+WibblyGhost@users.noreply.github.com> Date: Sun, 30 Oct 2022 21:11:09 +1300 Subject: [PATCH] Repaired PyPi workflow --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}