diff --git a/.github/workflows/pygrab_workflow.yml b/.github/workflows/pygrab_workflow.yml deleted file mode 100644 index 71af49f..0000000 --- a/.github/workflows/pygrab_workflow.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Publish Python 🐍 distribution 📦 to PyPI - -on: - release: - types: [published] - -jobs: - deploy: - 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 dependencies - run: | - python -m pip install --upgrade pip - pip install build - - name: Build package - run: python -m build - - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file