Skip to content

Commit

Permalink
Merge pull request #26 from hudsonbrendon/fix/python-publish-version
Browse files Browse the repository at this point in the history
fix: set python publish version to 3.11
  • Loading branch information
hudsonbrendon authored Jan 31, 2025
2 parents 56e6f46 + 6bafa94 commit f661811
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 f661811

Please sign in to comment.