Skip to content

Commit

Permalink
undo pypi config
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jun 26, 2024
1 parent 2bef8b9 commit 0e5d221
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
poetry build
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.ONTOBOT_CHANGE_AGENT_TOKEN }}


0 comments on commit 0e5d221

Please sign in to comment.