Skip to content

Commit

Permalink
rename workflows for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 11, 2023
1 parent 8a4978e commit dc4d023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ on:
push:
branches:
- main
tag:
release:
types: [published]
jobs:
sdist:
name: Build and upload packages
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

Expand All @@ -33,7 +32,7 @@ jobs:
with:
name: pypi-pkgs
path: dist

- name: List dist dir
run: ls -R dist

Expand Down
File renamed without changes.

0 comments on commit dc4d023

Please sign in to comment.