Skip to content

Commit

Permalink
update naming of publish ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
wessel.huising committed May 2, 2023
1 parent 72df527 commit 8f1c7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
name: Publish Python 🐍 distributions 📦 to PyPI
on:
push:
tags:
- '*'
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down

0 comments on commit 8f1c7d5

Please sign in to comment.