We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a418a commit f7943a4Copy full SHA for f7943a4
.github/workflows/python-publish.yml
@@ -57,13 +57,11 @@ jobs:
57
# Commit only if changes exist
58
if ! git diff --cached --quiet; then
59
git commit -m ":bookmark: Update metadata after release"
60
- # Push using the PAT token
61
- git push https://x-access-token:${REPO_PUSH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git main
+ git push https://x-access-token:${REPO_PUSH_TOKEN}@github.com/sciknoworg/OntoLearner.git main
62
else
63
echo "No changes to commit"
64
fi
65
66
-
67
- name: Configure Poetry for PyPI
68
run: |
69
poetry config pypi-token.pypi ${{ secrets.TWINE_API_TOKEN }}
0 commit comments