Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from MousaZeidBaker/test-run-poetryup
Browse files Browse the repository at this point in the history
Test run poetryup in pull request pipeline
  • Loading branch information
MousaZeidBaker authored Oct 25, 2021
2 parents 1b14c78 + 5583570 commit 9925897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
source $(poetry env info --path)/bin/activate # activate virtual environment
pytest tests
poetryup
- name: Build
run: poetry build
Expand Down
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 = "poetryup"
version = "0.3.11"
version = "0.3.12"
description = "Update dependencies and bump their version in the pyproject.toml file"
authors = ["Mousa Zeid Baker"]
packages = [
Expand Down

0 comments on commit 9925897

Please sign in to comment.