Skip to content

Commit

Permalink
Merge pull request #27 from IvanildoBarauna/dependabot/pip/api-to-dat…
Browse files Browse the repository at this point in the history
…aframe-1.3.4
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
2 parents feb91c9 + 3604a6e commit b7f4ff3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
poetry config virtualenvs.create false
poetry install
- name: Generate and push Tag
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git push
git tag -f $(poetry version -s)
git push -f origin --tags
# - name: Generate and push Tag
# run: |
# git config --global user.name 'GitHub Actions'
# git config --global user.email '[email protected]'
# git push
# git tag -f $(poetry version -s)
# git push -f origin --tags


- name: Build package
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "currency-quote"
version = "3.2.4"
version = "3.2.5"
description = "Complete solution for extracting currency pair quotes data. With comprehensive testing, parameter validation, flexible configuration management, Hexagonal Architecture, CI/CD pipelines, code quality tools, and detailed documentation."
authors = ["IvanildoBarauna <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b7f4ff3

Please sign in to comment.