Skip to content

Commit

Permalink
ignore ci on tags push; update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed May 9, 2023
1 parent 2587a62 commit a72a86c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test

on: [push]
on:
push:
tags-ignore:
- '**'

env:
PIP_ROOT_USER_ACTION: ignore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "twscrape"
version = "0.1.0"
version = "0.1.1"
authors = [{name = "vladkens", email = "[email protected]"}]
description = "Twitter GraphQL and Search API implementation with SNScrape data models"
readme = "readme.md"
Expand Down

0 comments on commit a72a86c

Please sign in to comment.