Rename GitHub workflows

This commit is contained in:
Milan Stute
2019-12-17 23:10:47 +01:00
parent e251089d2c
commit ce1ec0be2e
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
name: Create GitHub release
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
name: Create Release
jobs:
build:
name: Create Release
+1 -1
View File
@@ -1,4 +1,4 @@
name: Upload Python Package
name: Publish at pypi.org
on:
release:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Upload Python Test Package
name: Publish at test.pypi.org
on:
release:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Test Package
name: Test package
on: [push, pull_request]