mirror of
https://github.com/creyD/creyPY.git
synced 2026-06-11 20:52:23 +02:00
Compare commits
3 Commits
3.1.0rc60
...
171ea78ac2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
171ea78ac2 | ||
|
|
34f59bedbe | ||
|
|
8ce6ba5bf5 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
with:
|
||||
no_commit: True
|
||||
options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py,
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
- uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: Adjusted files for isort & autopep
|
||||
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Git Version
|
||||
uses: PaulHatch/semantic-version@v5.4.0
|
||||
uses: PaulHatch/semantic-version@v6.0.2
|
||||
id: git_version
|
||||
with:
|
||||
tag_prefix: ""
|
||||
|
||||
@@ -1 +1 @@
|
||||
stripe==15.1.0 # Stripe
|
||||
stripe==15.2.0 # Stripe
|
||||
|
||||
Reference in New Issue
Block a user