Skip to content

Commit

Permalink
updated pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nneji123 committed Dec 29, 2024
1 parent feb4c29 commit 6edca36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
cache-dependency-path: pyproject.toml

# Install build dependencies
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
pip install build twine
pip install --upgrade pkginfo==1.10
# Build the distribution
- name: Build distribution
Expand Down

0 comments on commit 6edca36

Please # to comment.