Skip to content

Commit

Permalink
Merge pull request #73 from swimlane/revert-72-revert-71-update_ci_deps
Browse files Browse the repository at this point in the history
Revert "Revert "fix: Removing old python setup files and updating ci""
  • Loading branch information
MSAdministrator authored Dec 24, 2023
2 parents ef1c448 + 2b0de93 commit 8db0118
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 112 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: python
package-name: atomic-operator
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
include-v-in-tag: false
# The logic below handles the PyPi distribution:
Expand All @@ -31,9 +30,9 @@ jobs:
python-version: "3.10"
if: ${{ steps.release.outputs.release_created }}
- name: Set up poetry
uses: abatilo/actions-poetry@v2.2.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.3.2
poetry-version: 1.7.1
if: ${{ steps.release.outputs.release_created }}
- name: Publish
run: |
Expand Down
8 changes: 0 additions & 8 deletions requirements-dev.txt

This file was deleted.

7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

93 changes: 0 additions & 93 deletions setup.py

This file was deleted.

0 comments on commit 8db0118

Please sign in to comment.