Skip to content

Commit

Permalink
feat: pointing to the production pypi (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
farshadniayeshpour authored Jun 4, 2024
1 parent 6fad005 commit 4e76f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/ # TODO: change to https://upload.pypi.org/legacy/ after testing
repository-url: https://upload.pypi.org/legacy/
- name: Install mike
run: poetry run mkdocs build
# https://github.com/jimporter/mike/blob/master/README.md#deploying-via-ci
Expand Down

0 comments on commit 4e76f8c

Please sign in to comment.