Skip to content

Commit

Permalink
fix: set python publish version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Jan 31, 2025
1 parent 56e6f46 commit 6bafa94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -37,4 +37,3 @@ jobs:
run: poetry build
- name: Publish Package
run: poetry publish

25 changes: 0 additions & 25 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit 6bafa94

Please sign in to comment.