Skip to content

Commit

Permalink
other experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickyd committed Jan 9, 2024
1 parent 4e080b5 commit acf23cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit acf23cf

Please sign in to comment.