Skip to content

Commit

Permalink
Try fixing publishing #2
Browse files Browse the repository at this point in the history
  • Loading branch information
WouldYouKindly committed Mar 4, 2021
1 parent 26b7107 commit dacf7b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!
- uses: "actions/setup-python@v2"
with:
python-version: "3.7"
Expand All @@ -43,4 +41,4 @@ jobs:
- name: Test
run: |
. .venv/bin/activate
make test
make publish
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ version:

name:
@sed -n 's/.*name = "\(.*\)".*/\1/p' pyproject.toml

publish:
${POETRY_BIN} publish --build

0 comments on commit dacf7b2

Please sign in to comment.