Skip to content

Commit

Permalink
fix: author format and dev pipeline name (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: joao-soares-amaro <84871410+joao-soares-amaro@users.noreply.github.com>
  • Loading branch information
joaogcs and joao-soares-amaro authored Feb 8, 2022
1 parent 99240bc commit 02143ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Pipeline Dev

on: workflow_dispatch

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "python-project-template"
version = "0.1.0"
description = "Template for Python projects with Poetry, automation of semantic release with CI/CD using Github Actions."
authors = ["joaogcs 28782752+joaogcs@users.noreply.github.com"]
authors = ["joaogcs <28782752+joaogcs@users.noreply.github.com>"]
license = "MIT"
packages = [
{ include = "src" }
Expand Down

0 comments on commit 02143ef

Please sign in to comment.