diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3874d45..f363b31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,14 +17,17 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: "3.10" + python-version: "3.10" - run: python -m pip install build - run: python -m build - - uses: pypa/gh-action-pypi-publish@release/v1 + - name: Publish to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.AKINATOR }} - uses: softprops/action-gh-release@v1 with: - generate_release_notes: true \ No newline at end of file + generate_release_notes: true