Skip to content

Commit

Permalink
fixed wrong filepath for config file. (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost authored Apr 16, 2024
1 parent 8d535c3 commit d8fa981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Remove direct dependencies from setup.cfg
# Remove any "git+https"-based dependencies that are not supported
# by PyPI and are only required for testing.
run: sed -i '/git+https/d' python/sdist/setup.cfg
run: sed -i '/git+https/d' setup.cfg

- name: Prepare python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit d8fa981

Please sign in to comment.