Skip to content

Commit

Permalink
github: rename deploy to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Apr 3, 2024
1 parent d57d473 commit 18c4bcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy
name: publish

on:
workflow_dispatch:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
build:
name: "Build and upload wheel"
name: "Build and upload wheels"
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
source .venv/bin/activate
python -m build
- name: Upload wheel
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
path: ./dist
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-deploy
name: test-publish

on:
workflow_dispatch:
Expand All @@ -11,7 +11,7 @@ on:

jobs:
build:
name: "Build and upload wheel"
name: "Build and upload wheels"
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down

0 comments on commit 18c4bcc

Please sign in to comment.