Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
refactor: rename ReadMe file
Browse files Browse the repository at this point in the history
refactor: fix
  • Loading branch information
TaykYoku committed Dec 14, 2021
1 parent 874d21d commit 655ab30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deployment
on:
push:
tags:
- v1r3p[0-9]+
pull_request:

jobs:
Expand All @@ -18,7 +19,7 @@ jobs:
- name: Install dependencies
run: pip install build readme_renderer diraccfg
- name: Validate README for PyPI
run: python -m readme_renderer README.* -o /tmp/README.html
run: python -m readme_renderer README.rst -o /tmp/README.html
- name: Make PEP-440 style release on GitHub
id: PEP-440
if: github.event_name == 'push'
Expand Down
File renamed without changes.

0 comments on commit 655ab30

Please sign in to comment.