Skip to content

Commit

Permalink
Enhancement: Github actions download size
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 14, 2024
1 parent ea51ec4 commit 0d93338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
- name: Install dependencies
run: make env
run: make env-ci
- name: Create distributions
run: make dist
- name: Publish a Python distribution to PyPI
Expand Down

0 comments on commit 0d93338

Please sign in to comment.