diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index b041478..f33effd 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -11,10 +11,10 @@ on: workflow_dispatch: jobs: - bumpversion: - name: Bumpversion + build: + name: Build distribution 📦 runs-on: ubuntu-latest - + steps: - uses: actions/checkout@v4 - name: Set up Python @@ -36,19 +36,6 @@ jobs: git tag -f ${{ github.event.release.tag_name }} git push origin HEAD:v3.6-dev git push origin -f --tags - - build: - name: Build distribution 📦 - needs: - - bumpversion - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: "3.x" - name: Install pypa/build run: >- python3 -m diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..409d3af --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +pytest +wheel +build +twine +bump2version \ No newline at end of file